Garbage Collector
Basic Requirements
Criteria | Meet Specification |
---|---|
Did the student submit all required files? |
The student submitted all required files specified in the criteria. |
Pointer Class
Criteria | Meet Specification |
---|---|
Did the student complete constructors of the |
The constructors of the |
Did the student complete assignment operators of the |
The assignment operators of the |
Did the student complete destructor of the |
The destructor and |
Pointer Detail Class
Criteria | Meet Specification |
---|---|
Did the student complete |
The constructor and |
Garbage Collector
Criteria | Meet Specification |
---|---|
Is the student's garbage collector functional? |
The student's code compiles and the smart pointer with garbage collector could run without error. |